home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / Bomber Fortress.swf / scripts / frame_13 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  98 b   |  6 lines

  1. bonus = int(score / time * "10000") + bonus;
  2. if(highscore < bonus)
  3. {
  4.    highscore = bonus;
  5. }
  6.